Pending

data class Pending(@FloatRange(from = 0.0, to = 1.0) val progress: Float) : BlockState

There is an ongoing operation on the block. Rendering may be affected.

Constructors

Link copied to clipboard
constructor(@FloatRange(from = 0.0, to = 1.0) progress: Float)

Properties

Link copied to clipboard

The progress is in the range of 0, 1.